@extends('layouts.main.app') @push('topcss') @endpush @section('head') @include('layouts.main.headersection',['buttons'=>[ [ 'name'=>' '. __('Add Record'), 'url'=>'#', 'components'=>'data-toggle="modal" data-target="#addRecord" id="add_record"', 'is_button'=>true ], [ 'name'=>' '. __('Contact List'), 'url'=>'#', 'components'=>'data-toggle="modal" data-target="#import-from-contact" id="import_from_contact"', 'is_button'=>true ], [ 'name'=>' '. __('Import Contacts From CSV'), 'url'=>'#', 'components'=>'data-toggle="modal" data-target="#exampleModal" id="import_record"', 'is_button'=>true ], [ 'name'=>' '. __('Messages Log'), 'url'=>url('/user/bulk-message'), 'is_button'=>false ] ]]) @endsection @section('content')
{{ __('Receiver (To)') }} | {{ __('Device (From)') }} | {{ __('Message') }} | {{ __('Status') }} |
---|