@extends('../layout/' . $layout) @section('head') Error Page - Midone - Tailwind HTML Admin Template @endsection @section('content')
@php $logo = DB::table('systemflag') ->where('name', 'AdminLogo') ->select('value') ->first(); @endphp
Midone - HTML Admin Template
404
Oops. This page has gone missing.
You may have mistyped the address or the page may have moved.
Back to Home
@endsection