@extends('souq.layout.master') @section('title', 'التصنيف الفرعى') @section('content')

التصنيف الفرعى

تعديل بيانات {{$row->title['ar'] }}

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