@extends('admin.layout.master') @section('body')

{{$page_title}}

{{ csrf_field() }}
@if ($errors->has('details'))
{{ $errors->first('details') }}
@endif



@endsection @section('script') @stop