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

عارض الصور

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

@csrf @method('PATCH')

الصوره

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