@extends('website.layouts.master') @section('site_title')تسجيل الشركات - @endsection @section('content') تسجيل الشركات @csrf اسم المصنع او الشركة @if ($errors->has('name')) {{ $errors->first('name') }} @endif اسم المدير المسئول @if ($errors->has('manager_name')) {{ $errors->first('manager_name') }} @endif رقم الجوال @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif البريد الالكتروني @if ($errors->has('email')) {{ $errors->first('email') }} @endif المدن التي تغطيها الشركة @foreach ($cities as $city) id, old('cities'))? 'selected' : '') : '' }} >{{ $city->name }} @endforeach @if ($errors->has('cities')) {{ $errors->first('cities') }} @endif المدن التي تغطيها غير موجودة في القائمة؟ اذكرها هنا @if ($errors->has('uncovered_cities')) {{ $errors->first('uncovered_cities') }} @endif هل تتوفر لديكم خدمة التوصيل ؟ نعم لا @if ($errors->has('has_delivery')) {{ $errors->first('has_delivery') }} @endif صورة شعار الشركة @if ($errors->has('image')) {{ $errors->first('image') }} @endif تسجيل @endsection @push('page_level_style') @endpush @push('page_level_script') @endpush