@extends('backend.auth.layouts.app') @section('title') 404 - {{ __('Page Not Found') }} - {{ config('app.name') }} @endsection @section('admin-content')

{{ __('ERROR') }}

404

{{ __('Sorry! Page Not Found!') }}

{{ __('The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.') }}

@include('errors.partials.links')
@endsection