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