@php $data["metadata"] = [ "title" => "Page not found | " . config("app.name"), ]; @endphp @extends('layouts.type1') @section('content') @include('components.section.type1', [ 'section_data' => [ 'id' => 'error_jumbotron', 'image' => [ 'url' => asset('assets/img/static/villa/onebedroomkembangkertas/8.jpg'), ], 'title' => 'Page not found', 'subtitle' => 'Sorry, the page you requested could not be found.', 'description' => config('app.name'), ], ]) @endsection