@extends('admin.layout.master') @section('title', 'شركات راعية') @section('content')
شركات راعية
تعديل البيانات
@csrf @method('PATCH')
العنوان
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
الرابط
@if ($errors->has('link'))
{{ $errors->first('link') }}
@endif
الحالة
status == 'active') selected @endif>مفعل
status == 'not_active') selected @endif>غير مفعل
صورة
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
تعديل
@stop