@extends('layouts.admin') @section('page', $page) @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('style') @endsection @section('content')
@include('include.message')
@csrf
@if ($errors->has('value')) {{ $errors->first('value') }} @endif
@endsection @section('script') @endsection