You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
408 B
17 lines
408 B
@extends("admin.layouts.layout")
|
|
|
|
@section("page_title")
|
|
@lang("actions.".last(explode("/",request()->url()))){{$modelName}}
|
|
@endsection
|
|
|
|
@section("content")
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
@include("public._form")
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@endsection |