@extends('template.app') @section('meta') @endsection @section('title') View Ticket @endsection @section('styles') @endsection @section('content')
@csrf @method('PATCH') @if(session('message'))
{{ session('message') }}
@endif
@if(auth()->user()->id == 1)
@else
@endif @if(auth()->user()->id == 1)
@else
@endif
@if(auth()->user()->id == 1)
Cancel
@endif
@endsection @section('scripts') @endsection