@can('edit_service_summary') {{ __('Edit Service Summary') }} @endcan @can('view_service_summary') {{ __('View Service Summary') }} @endcan @can('create_order_of_payment') @if($ss->order_of_payment_no == null) {{ __('Create Order of Payment') }} @endif @endcan @if($ss->prepared == 1 && $ss->approved == 0) @can('approve_service_summary') {{ __('Sign Report') }} @endcan @endif @can('view_service_summary') {{ __('Word File') }} @endcan @can('delete_service_summary')
{{ __('Delete') }}
@endcan