@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',[ 'title'=> __('Categories'), 'buttons'=>[ [ 'name'=>' '.__('Create a partner'), 'url'=>'#', 'components'=>'data-toggle="modal" data-target="#addRecord" id="add_record"', 'is_button'=>true ] ] ]) @endsection @section('content')
{{ __('Image') }} | {{ __('Url') }} | {{ __('Type') }} | {{ __('Status') }} | {{ __('Created At') }} | {{ __('Action') }} |
---|---|---|---|---|---|
|
{{ $row->title }} | {{ $row->lang == 'en' ? 'Partner' : $row->lang }} | {{ $row->status == 1 ? __('Active') : __('Draft') }} | {{ $row->created_at->format('F-d-Y') }} |
|