@extends('layouts.app') @section('content')
@php $user = \Auth::user(); @endphp
@include('common.error')
@csrf
{{--
--}}
Back
@endsection