@extends('layouts.dashboard.main') {{-- content --}} @section('content')
@if(\Session::get('staff.is_manage')) @endif
@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop