@extends('layouts.admin') @section('title', 'ထုတ်ကုန်အမျိုးအစား ထည့်သွင်းရန်ပုံစံ') @section('content') @push('styles') @endpush

ထုတ်ကုန်အမျိုးအစား ထည့်သွင်းရန်ပုံစံ

@include('admins.partials.breadcrumbs')
စာရင်းထည့်သွင်းရန်ပုံစံ
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('design.name_en')) {{ $errors->first('design.name_en') }} @endif
@if ($errors->has('design.logo_path')) {{ $errors->first('design.logo_path') }} @endif
@if ($errors->has('design.color')) {{ $errors->first('design.color') }} @endif
@if ($errors->has('guest_restricted')) {{ $errors->first('guest_restricted') }} @endif
@if ($errors->has('member_restricted')) {{ $errors->first('member_restricted') }} @endif
@if ($errors->has('vendor_restricted')) {{ $errors->first('vendor_restricted') }} @endif
@push('scripts') @endpush @endsection