@extends('layouts.app') @section('title') Service Summaries @endsection @section('breadcrumb')

{{__('Service Summaries')}}

@endsection @section('content')
@can('create_service_summary') {{__('Create')}} @endcan
@csrf
{{__('Import')}}
# SS No. Program Project Order of Payment Signed Signed Dates Signed By {{ __('Action') }}
@endsection @section('scripts') @endsection