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

Edit Merchant * Required Fields

{{$errors->first('name')}}
{{$errors->first('email')}}
{{$errors->first('logo')}}
{{$errors->first('merchant_category_id')}}
{{$errors->first('merchant_sub_categories_id')}}
@if(isset($setting) && $setting->download_option == 1)
download_option ? 'checked' : '' }} required> download_option === 0 ? 'checked': '' }}> {{$errors->first('download_option')}}
@endif
{{$errors->first('remarks')}}
status ? 'checked' : '' }}> status === 0 ? 'checked': '' }}> {{$errors->first('status')}}

@csrf @method('PUT')
@endsection @section('ext_js') @endsection