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

الشركات

تعديل البيانات

@csrf @method('PATCH')
@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