@extends('backend.layouts.main') @section('title') Create New Settings @endsection @section('content')

Create New Settings

@csrf @include('backend.settings.partials.form')
@endsection @section('scripts') @endsection