home-erp

git clone git://archive.git.mtrnord.blog/MTRNord/home-erp.git
Log | Files | Refs | README

404.blade.php (125B)


      1 @extends('errors::minimal')
      2 
      3 @section('title', __('Not Found'))
      4 @section('code', '404')
      5 @section('message', __('Not Found'))