@extends('layouts.app')
@section('title', 'Create Work Permit')
@section('content')
Back
{{ isset($copyFrom) ? 'Copy Work Permit' : 'Create Work Permit' }}
@if(isset($copyFrom))
(from {{ $copyFrom->reference_number }})
@endif
@push('scripts')
@endpush
@endsection