@extends('admin.layout.master') @section('title', 'مواقع مرتبطه') @section('content')

مواقع مرتبطه

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('url')) {{ $errors->first('url') }} @endif
@stop