@extends('backend.layouts.app') @section('title', @$data['title']) @section('content') @include('backend.partials.staff_navbar')
@include('backend.partials.default_table')
@if (hasPermission('leave_request_read'))
@if (auth()->user()->id == $data['id']) @endif
@endif
{{ _trans('common.Title') }} {{ _trans('common.Appointment With') }} {{ _trans('common.Date') }} {{ _trans('common.Start At') }} {{ _trans('common.End At') }} {{ _trans('common.Location') }} {{ _trans('common.File') }} {{ _trans('common.Status') }}
@endsection @section('script') @include('backend.partials.datatable') @endsection