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


@stop @section('script') @stop