@extends('adminLayouts.app') @section('title') {{'NOT FOUND'}} @endsection @section('css') @append @section('js') @append @section('content') Not Found Records Home Not Found @if (isset($list)) Url1 Url2 @foreach($list as $d) @endforeach @endif @endsection