@extends('layouts.admin') @section('style') @endSection @section('script') @endSection @section('content') @php $page_title = isset($asset) ? __('heading.title_edit_stores').' '.$asset['name'].'':__('heading.title_create_stores'); @endphp
@csrf

Details

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('store_logo')) {{ $errors->first('store_logo') }} @endif
@if ($errors->has('store_color')) {{ $errors->first('store_color') }} @endif
@endsection