first change
This commit is contained in:
19
Modules/Admin/resources/views/settings/create.blade.php
Normal file
19
Modules/Admin/resources/views/settings/create.blade.php
Normal file
@@ -0,0 +1,19 @@
|
||||
@extends('layouts.app')
|
||||
@section('content')
|
||||
<div class="page-content">
|
||||
<div class="container-fluid">
|
||||
|
||||
<!-- start page title -->
|
||||
@include('layouts.partials.breadcrumb', ['title' => $title])
|
||||
|
||||
<!-- end page title -->
|
||||
|
||||
{{ html()->form('POST')->route('setting.store')->class(['needs-validation'])->attributes(['enctype'=>'multipart/form-data', 'novalidate' ])->open() }}
|
||||
|
||||
@include('admin::settings.partials.action')
|
||||
|
||||
{{ html()->form()->close() }}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
Reference in New Issue
Block a user