@extends('souq.layout.master') @section('title', 'الشركات') @section('content')

الشركات

إنشاء جديد

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif

صورة

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