@extends('backend.layouts.app') @section('title', @$data['title']) @section('content')
@include('backend.partials.user_navbar')
@if(hasPermission('leave_request_read'))
@if(auth()->user()->id==$data['id']) @endif
@endif
{{ _trans('common.Name') }}
{{ _trans('common.Leave Type') }} {{ _trans('common.Days') }} {{ _trans('common.Team Leader') }} {{ _trans('common.File') }} {{ _trans('common.Status') }}
@endsection @section('script') @include('backend.partials.datatable') @endsection