@extends('admin.layouts.master') @section('title', 'Support Type') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Support Type') }}
@can('blogs.delete') @endcan @can('blogs.create') {{ __('Support Type') }} @endcan
@if ($support) @foreach ($support as $data) ​ @endforeach @endif
{{ __('#') }} {{ __('Name') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $data->name }}


@endsection