@extends('admin.layout.master') @section('css') @stop @section('body')
{!! csrf_field() !!}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif

@stop @section('script') @stop