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

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

@if(Session::has('updated'))
{!! Helper::alert('success', Session::get('updated'), '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
{{ method_field('put') }} {{ csrf_field() }}
@endsection