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

العروض

إنشاء جديد

@csrf
@if ($errors->has('place_id')) {{ $errors->first('place_id') }} @endif

صورة

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