@extends('layouts.admin') @section('content')
{{csrf_field()}} @include('includes.admin.form-both')
@if ($errors->has('name'))

{{$errors->first('name')}}

@endif
@if ($errors->has('options.*') || $errors->has('options'))

{{$errors->first('options.*')}}

{{$errors->first('options')}}

@endif
price_status == 1 ? 'checked' : '' }} value="1">
details_status == 1 ? 'checked' : '' }} value="1">
@endsection @section('scripts') @endsection