firstcommit
This commit is contained in:
27
Modules/Customer/resources/views/customer/edit.blade.php
Normal file
27
Modules/Customer/resources/views/customer/edit.blade.php
Normal file
@ -0,0 +1,27 @@
|
||||
@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()->modelForm($customer, 'PUT')->route('customer.update', $customer->id)->class(['needs-validation'])->attributes(['novalidate', 'enctype' => 'multipart/form-data'])->open() }}
|
||||
|
||||
@include('customer::customer.partials.action')
|
||||
|
||||
{{ html()->closeModelForm() }}
|
||||
<!--end row-->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- container-fluid -->
|
||||
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
|
Reference in New Issue
Block a user