@extends('admin.layouts.master') @section('title', 'Directory - Admin') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Directory ') }} @endslot @slot('menu1') {{ __('Front Settings') }} @endslot @slot('menu2') {{ __('Directory ') }} @endslot @slot('button')
{{ __("Do you really want to delete these records? This process cannot be undone.")}}
# | {{ __('City') }} | {{ __('Detail') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|
1 | {{ $dir->city }} | {!! $dir->detail !!} |
@can('front-settings.seo-directory.edit')
{{ __("Edit")}}
@endcan
@can('front-settings.seo-directory.delete')
{{ __("Delete")}}
@endcan
@can('front-settings.seo-directory.view')
{{ __("View")}}
@endcan
|