@extends('layouts.admin') @section('title', trans('errors.page_not_found')) @section('content')
{!! trans('errors.messages.page_not_found', ['link' => url('/')]) !!}