@extends('backpack::layout') @section('header')

{{ trans('backpack::base.dashboard') }}{{ trans('backpack::base.first_page_you_see') }}

@endsection @section('content')
id") }}" class="form-horizontal"> {{ csrf_field() }}
@if($errors->has('purpose')) {{ $errors->first('purpose') }} @endif
id") }}">Cancel
@endsection @section('after_scripts') @endsection