@extends('admin.layout.master') @section('title', 'شركات راعية') @section('content')

شركات راعية

إنشاء جديد

@csrf
@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