@extends('backend.layouts.main') @section('title') {{ $user->name }} :: {{ __('Delete') }} @endsection @section('content')
@csrf {{ method_field('DELETE') }}
{{ __('Back to user') }}
@endsection