@extends('admin.layouts.layout') @section('content')
@if (count($errors) > 0)
@foreach ($errors->all() as $e)

{{ $e }}

@endforeach
@endif

Module Information


@csrf
Label Field Type Priority

Add Field
@endsection