@extends('layouts.master') @section('title', 'Homepage') @section('content')

{{ trans('label.system_admin') }}

@endsection @section('script-footer') @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @if (session('status')) @endif @endsection