{{------------------------------------------ Template ------------------------------------------}} @extends('admin.template.template') {{------------------------------------------- Title --------------------------------------------}} @section('title') Admin | {{ config('app.name') }} @endsection {{------------------------------------------ page-css ------------------------------------------}} @section('page-css') @endsection {{------------------------------------------- navbar -------------------------------------------}} @section('navbar') @include('admin.template.navbar') @endsection {{------------------------------------------ subtitle ------------------------------------------}} @section('subtitle')

Employee

@endsection {{----------------------------------------- Breadcrumb -----------------------------------------}} @section('breadcrumb') @endsection {{------------------------------------------ Content ------------------------------------------}} @section('content')
# Photo Register Number Name Position Category Rank Action
@stop {{------------------------------------------ Page js ------------------------------------------}} @section('page-js') @endsection