@extends('layouts.admin.app') @section('title', __('trans.admin.title')) @section('content')
{{-- cart title --}}

{{ __('trans.admin.title') }}

@php $extra = [ [ 'targets' => 2, 'render' => 'function(data, type, row, meta){ return data ? `${row.name}` : ""; }', ] ]; @endphp
@endsection @push('css') @endpush @push('js') @endpush