restore composer.json, add mysqli extension
This commit is contained in:
38
resources/views/dashboard/compilations/update.blade.php
Executable file
38
resources/views/dashboard/compilations/update.blade.php
Executable file
@@ -0,0 +1,38 @@
|
||||
@extends('dashboard.layouts.app')
|
||||
@section('title', trans('admin.edit') . ' - ')
|
||||
@section('speedbar')
|
||||
<div class="content-header row">
|
||||
<div class="content-header-left col-md-9 col-12 mb-2">
|
||||
<div class="row breadcrumbs-top">
|
||||
<div class="col-12">
|
||||
<h2 class="content-header-title float-left mb-0">@lang('admin.edit')</h2>
|
||||
<div class="breadcrumb-wrapper col-12">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item "><a href="{{ route('dashboard') }}">@lang('admin.home')</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item active">
|
||||
@lang('admin.edit')
|
||||
</li>
|
||||
{{-- <li class="breadcrumb-item active">Fixed Layout --}}
|
||||
{{-- </li> --}}
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<div id="app">
|
||||
<compilation-update :compilation="{{ json_encode($compilation) }}"
|
||||
:categories="{{ json_encode($categories) }}"></compilation-update>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@push('css')
|
||||
@endpush
|
||||
|
||||
@push('js')
|
||||
@vite('resources/js/app.js')</script>
|
||||
@endpush
|
||||
Reference in New Issue
Block a user