@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
@if (!empty($category))
@foreach ($category as $kk => $item)
category) && in_array($item['id'], $brand->category) ? 'checked' : '' }}>
@endforeach
@endif
@includeIf('brand::brand.form_brand_th') @includeIf('brand::brand.form_brand_en')
status) ? ($brand->status == 1 ? 'checked' : '') : 'checked' }}>
status) ? ($brand->status == 0 ? 'checked' : '') : '' }}>
@endsection('content') @section('scripts') @endsection