File "404.blade.php"
Full Path: /home/bettaeza/flyinsyria.com/views/errors/404.blade.php
File size: 239 bytes
MIME-type: text/csv
Charset: utf-8
@extends('errors.illustrated-layout',['title'=>__('Page not found')])
@section('title',__('Page not found'))
@section('message',$exception->getMessage()??__("Sorry, we couldn't find the page you're looking for."))
@section('code',404)