@extends('layouts.app')
@section('title', 'Technical Panel')
@section('content')
Technical Devision
{{-- Alert Messages --}}
@include('common.alert')
@include('Cancellation_modals.process_cancellationmodal')
@include('Cancellation_modals.devices_modal')
@include('Orders.employee_technicalserialmodal')
@endsection
@section('scripts')
@endsection