@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
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop