@extends('layouts.app') @section('title', __('schedule.jobs')) @section('css') @endsection @section('content')
{{ __('schedule.assigned_jobs') }}
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('order.code') }} {{ __('schedule.job_code') }} {{ __('order.start_at') }} {{ __('order.end_at') }} {{ __('customer.customer') }} {{ __('app.mobile') }} {{ __('app.status') }} {{ __('app.created_at') }} {{ __('app.action') }}
@endsection @section('js') @endsection