@extends('layouts.app') @section('template_title') Create Fe General Config @endsection @section('content')
@includeif('partials.errors')
Create Fe General Config
@csrf @include('fe-general-config.form')
@endsection