@extends('layout.admin.app') @section('title', __('global.edit').': '.$row->translation->title) @section('breadcrumb') @endsection @section('content')
@csrf {{ method_field('PUT') }}
@if(!empty(old('img',$row->img))) @endif
@foreach($row->translations as $val)
locale] ?? $val->title }}" />
locale] ?? $val->btn_name }}" />
@endforeach
{{-- End Row --}}
@endsection @section('script') @endsection