@extends('layouts.userLayout') @section('content') @php use App\Libraries\FileSystem; @endphp
@include('user.partials.flash_messages')
{{ csrf_field() }}
Cancel
...
@endsection