@extends('layouts.master') @section('page_title', 'Add Supplier') @section('title', 'Supplier Details') @section('main_item', 'Supplier') @section('sub_item', 'Add Supplier') @section('content')

Add Supplier

@csrf
{{--
--}}
@if($setting->supplier_login_enable == '1')
business_location != '1') style="display: none" @endif>
Select All Deselect All
@if ($errors->has('roles'))
{{ $errors->first('roles') }}
@endif
@endif
@endsection @section('scripts') @endsection