@extends('admin.layouts.master') @section('title', 'Support Type') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ $error}}
@endforeach{{ __('#') }} | {{ __('Name') }} | {{ __('Action') }} | @if ($support) @foreach ($support as $data)|
---|---|---|---|
{{ $loop->iteration }} | {{ $data->name }} |
@can('pages.edit')
{{
__('Edit') }}
@endcan
@can('pages.delete')
{{ __("Delete") }}
@endcan
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} {{$data->title}} ? {{ __('This process cannot be undone.')}} |
{{ __('Do you really want to delete selected item ? This process cannot be undone') }}.