@extends('layouts.admin') @section('page-title') {{__('Manage Company Policy')}} @endsection @section('breadcrumb')
| {{__('Branch')}} | {{__('Title')}} | {{__('Description')}} | {{__('Attachment')}} | @if(Gate::check('edit company policy') || Gate::check('delete company policy')){{__('Action')}} | @endif
|---|---|---|---|---|
| {{ !empty($policy->branches)?$policy->branches->name:'' }} | {{ $policy->title }} | {{ $policy->description }} |
{{-- @if(!empty($policy->attachment))--}}
{{-- --}}
{{-- - --}} {{-- @endif--}} @if (!empty($policy->attachment)) @else- @endif |
@if(Gate::check('edit company policy') || Gate::check('delete company policy'))
@can('edit company policy') @endcan @can('delete company policy') @endif | @endif