@extends('layouts/contentLayoutMaster') @section('title', __('locale.menu.Block Sender ID')) @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')
@can('delete block_senderid')
@endcan @can('create block_senderid') @endcan @can('view block_senderid') @endcan
{{ __('locale.labels.id') }} {{__('locale.labels.sender_id')}} {{__('locale.labels.reason')}} {{__('locale.labels.actions')}}
@endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection