{{-- layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Departments list') {{-- vendors styles --}} @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection {{-- print_r($data) --}} {{-- page content --}} @section('content') Department Management picture_as_pdf Export User Name Status Action Created At @endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page script --}} @section('page-script') @endsection @push('scripts') @endpush