@extends('layouts.auth') @section('page-title',__lang('error')) @section('content')
@yield('code')
@yield('message')
{{ __lang('home') }}
@endsection