@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
@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