@extends('adminLayouts.app') @section('title') {{'NOT FOUND'}} @endsection @section('css') @append @section('js') @append @section('content')

Not Found Records

@if (isset($list)) @foreach($list as $d) @endforeach
Url1 Url2
@endif
@endsection