@extends('back-end.master.app') @section('title', 'poets') @section('pageCSS') @endsection @section('body') Create @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @method('PUT') @csrf لومړی بیت کټګورۍ یی وټاکی @foreach ($categories as $row) id==$data->cat_id) {{ "selected" }} @endif>{{ $row->name_en }} @endforeach @error('cat_id') {{ $message }} @enderror {{ old('body') ?? $data->body }} Save @endsection @section('pageJs') @endsection