@extends('base::layouts.default') @section('stylesheet') @endsection @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')
{!! csrf_field() !!}
@include('base::partials.errors')


{{trans('base::general.cancel')}}
@endsection @section('scripts') @endsection