@extends('layout.admin.app') @section('title', __('global.faq_edit')) @section('breadcrumb') @endsection @section('content')
@csrf {{ method_field('PUT') }}
@foreach($row->translations as $val)
@endforeach
{{-- End Row --}}
@endsection @section('script') @endsection