@extends('layouts.general')
@section('layouts.header')
@include('layouts.header')
@stop
@section('content')
{{--If have no data show popup--}}
{{--Begin flash message--}}
@foreach (['danger', 'warning', 'success', 'info'] as $msg)
@if(Session::has('alert-' . $msg))
{{ Session::get('alert-' . $msg) }}
×
@endif
@endforeach
{{--End flash message--}}
{{--Begin validate message--}}
{{--End validate message--}}
{{-- NodataModal--}}
{{-- End EmptyMstDutyModal--}}
{{--End container--}}
@stop
@section('modal')
@include('layouts.modal')
@stop
@section('layouts.footer')
@include ('layouts.footer')
@stop
@section('optionalJs')
@append