@extends('site.pages') @section('title', $page_title) @section('breadcrumb_content')

{{$page_title}}

@endsection @section('content')

{{__('pages.page_not_found')}}

{{__('pages.page_not_found_desc')}}

@endsection