@extends('layouts.app') @section('title', 'Automatic Casheir Routations (Beta)') @section('content')

Automatic Casheir Routations Details

@foreach($casheir_routations_details as $casheir_routations_detail)
@component('components.filters', ['title' => __('report.filters')])

Casher Routations has been created before for this sift by {{$casheir_routations_detail->user_name}}

@endcomponent
@foreach(json_decode($casheir_routations_detail->casheir_routations_details) as $casheir_routations_detail_data) @endforeach
Cashier Name Location Name
{{$casheir_routations_detail_data->user_name}} {{$casheir_routations_detail_data->location_name}}
@endforeach
@endsection @section('javascript') @endsection