@extends('layouts.admin') @section('content')
@if(session('message'))
{{ session('message') }}
@endif

{{ __('Service Obtained') }}

{{ __('create new')}}
@forelse($obtaineds as $obtained) @empty @endforelse
No Obtained Name Action
{{ $loop->iteration }} {{ $obtained->name }}
@csrf @method('delete')
{{ __('Data Service Obtained Empty') }}
@endsection