@extends('base::layouts.default') @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')
{!! csrf_field() !!}
{{ trans('base::general.cancel') }}
@endsection @section('scripts') @endsection