@extends('admin.layout.master') @section('title', 'العروض') @section('content')

العروض

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

@csrf @method('PATCH')

الصورة

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