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

معرض الصور

إنشاء جديد

@csrf

صورة

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