@extends('layouts.app') @section('css') {{-- select2 css --}} @endsection @section('content')
{{ __('Tickets') }} >> {{ __('New Ticket') }}
@php $projectId = isset($getProject) ? (int) $getProject : ""; @endphp
@php $customerId = isset($getCustomer) ? (int) $getCustomer->customer_id : ""; @endphp
{{ __('Note') }}! {{ __('Allowed File Extensions: jpg, png, gif, docx, xls, xlsx, csv and pdf') }}
{{ __('Cancel') }}
@endsection @section('js') {!! translateValidationMessages() !!} @endsection