@extends('master.app') @section('title', 'Product Category') @section('body') Edit @method('put') @csrf @foreach ($Scategory as $row) category_id == $row->id) {{ 'selected' }} @endif> {{ $row->title_en }} @endforeach Title English Title Pashto Title Dari {{ __('Edit') }} @endsection @section('pageJs') @endsection