@extends('master.app') @section('title', 'Product Category') @section('body')
Edit
@method('put') @csrf
@foreach ($currencies as $row)
currency_id==$row->id) {{ "selected" }} @endif>{{ $row->title_en }}
@endforeach
Amount
{{ __('Edit') }}
@endsection @section('pageJs') @endsection