@extends('layouts.admin.master') @section('content')

{{ $layout->menu->gp->title }}

@if(Session::has('deleted'))
{!! Helper::alert('success', Session::get('deleted'), 'block font-15') !!}
@endif
{{csrf_field()}}
@if(Session::has('inserted'))
{!! Helper::alert('success', Session::get('inserted'), 'block font-15') !!}
@endif @if(Session::has('warning'))
{!! Helper::alert('warning', Session::get('warning'), 'block font-15') !!}
@endif
{{ csrf_field() }}
@endsection