@extends('admin.layout.master') @section('title', $row->title) @section('content')

{{$row->title}}

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

@csrf @method('PATCH')
@stop