@extends('backend.layouts.app') @section('title', @$data['title']) @section('content')
@include('backend.partials.user_navbar')
{{ @$data['title'] }}
@if (hasPermission('travel_create')) @endif
@include('backend.partials.tablePartial')
@endsection @section('script') @endsection