@extends('backend.layout.main') @section('content')
@if (!empty($asset_id)) @endif
@foreach ($templates as $key => $tpl) @endforeach
{{ __('db.name') }} {{ __('db.language') }} {{ __('db.category') }} {{ __('db.status') }} {{ __('db.action') }}
{{ $key }} {{ $tpl['name'] }} {{ $tpl['language'] }} {{ $tpl['category'] ?? '' }} {{ $tpl['status'] ?? '' }}
@csrf @method('DELETE')
@endsection @push('scripts') @endpush