@extends('layouts.app') @section('page-site-title') {{trans('sms_archive.page_title')}} @endsection @section('page-title') {{trans('sms_archive.content_title')}} @endsection @section('page_navbar') @include('layouts.widgets.page-navbar') @endsection @section('page_breadcrumb') @include('layouts.widgets.page-breadcrumb') @endsection @section('page_side') @include('layouts.widgets.page-side') @endsection @section('page-content') @include('sms_archive.search')
{{trans('sms_archive.content_title')}}
{{trans('sms_archive.numbers')}} {{trans('sms_archive.sender')}} {{trans('sms_archive.gateway')}} {{trans('sms_archive.message')}} الحالة {{trans('sms_archive.gate_message')}} {{trans('common.created_at')}} {{trans('common.actions')}}
@endsection @section('page-footer-js') @endsection @section('page-heads') @if(trans('app.dir') == 'rtl') @else @endif @endsection