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

{{ $e }}

@endforeach
@endif

Module Information


@csrf
@foreach($module_fields as $field) @endforeach
Label Field Type Priority

Add Field
@endsection