restore composer.json, add mysqli extension
This commit is contained in:
35
resources/views/dashboard/products/preview.blade.php
Executable file
35
resources/views/dashboard/products/preview.blade.php
Executable file
@@ -0,0 +1,35 @@
|
||||
@extends('dashboard.layouts.app')
|
||||
@section('title', trans('admin.products.title') . ' - ')
|
||||
@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.products.title')</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.products.title')
|
||||
</li>
|
||||
{{-- <li class="breadcrumb-item active">Fixed Layout --}}
|
||||
{{-- </li> --}}
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<div id="app">
|
||||
<product-preview :products-data="{{ $products }}" :characteristics-data="{{ json_encode($characteristics) }}"
|
||||
:category-data="{{ json_encode($category_id) }}"></product-preview>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@push('js')
|
||||
@vite('resources/js/app.js')</script>
|
||||
@endpush
|
||||
Reference in New Issue
Block a user