@extends('admin.layouts.container') @section('content')

{{ $head ?? '' }}

@if($store ?? '' && $store->id) @method('PUT') @endif @csrf

source_code ?? "")}}"/> @if ($store->source_code ?? null) @endif

db ?? "")}}"/> @if ($store->db ?? null) @endif
{{--Start image container--}}
image ?? "")}}"/>
Choose
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection