@extends(theme('layouts.dashboard_master')) @section('title'){{Settings('site_title') ? Settings('site_title') : 'Infix LMS'}} | {{__('ticket.support_ticket')}} @endsection @section('css') @endsection @section('js') @endsection @section('mainContent') @php if(routeIs('student.support-ticket.create')){ $new =true; }else{ $new=false; } @endphp