@extends('master') @section('content')

{{ __(' Documents') }}

Documents Requests

{{ __('View and manage documents') }}

Documents List

@forelse ($documents as $item) @empty @endforelse
Service Name Description Fields Actions
{{ $item->name }} {{ $item->description }} {{ $item->fields }}
No items found.
@endsection @section('scripts') @endsection