@extends('errors.layout.master') @section('error_image') @endsection @section('title', '404 Page') @section('error_code', '404') @section('error_title', 'Look like you\'re lost') @section('error_desc', 'the page you are looking for not avaible!') @section('error_redirect_btn_title', 'Go to Home') @section('error_redirect_btn_link', '/')