@extends('admin.layouts.master-soyuz') @section('title',__('View All Support Tickets | ')) @section('body') @component('admin.component.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('View All Support Tickets') }} @endslot @slot('menu1') {{ __('View All Support Tickets') }} @endslot @endcomponent
{{__("View All Support Tickets")}}
# {{__("Ticket No.")}} {{__("Issue Title")}} {{__("From")}} {{__("Status")}} {{__("Action")}}
@endsection @section('custom-script') @endsection