@extends('layout.admin.app') @section('title', __('global.khetab_magazine.magazine_edit')) @section('breadcrumb') @endsection @section('content')
@csrf
@if(!empty(old('img', $row->img))) @endif
@foreach($row->translations as $val)
@endforeach
{{-- End Row --}}
@endsection @section('script') @endsection