@extends('admin.layouts.master') @section('page-title') اضافة شركة جديدة @endsection @push('main-companies-active') m-menu__item--active @endpush @section('content')

اضافة شركة جديدة

@csrf @if ($errors->any()) @endif
@if ($errors->has('market_id')) {{ $errors->first('market_id') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
ريال سعودي
@if ($errors->has('min_amount')) {{ $errors->first('min_amount') }} @endif
ريال سعودي
@if ($errors->has('delivery_price')) {{ $errors->first('delivery_price') }} @endif
ريال سعودي
@if ($errors->has('min_delivery_amount')) {{ $errors->first('min_delivery_amount') }} @endif
@if ($errors->has('commission')) {{ $errors->first('commission') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif

كلمة المرور

@if ($errors->has('password')) {{ $errors->first('password') }} @endif


الغاء والعودة
@stop @push('page_level_style') @endpush