@extends('layouts.admin') @section('page', $page) @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('content')

@include('include.message')
@csrf
@if ($errors->has('direction')) {{ $errors->first('direction') }} @endif
@if ($errors->has('default')) {{ $errors->first('default') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@endsection