@extends('mrp') @section('title', $page_title) @section('content')
@csrf
@error('import_file') {{ $message }} @enderror
{{--

Import data from excel

@csrf
@error('import_file') {{ $message }} @enderror
--}}

{{$page_title}}

Back
@if (auth()->user()->can('machine-create'))
Add New
@endif
@if(Session::has('message')) @endif
@foreach ($machines as $machine) @endforeach
No Machine Code Machine Name Type Brand Capacity Action
{{$loop->iteration}} {{$machine->machine_code}} {{$machine->machine_name}} {{$machine->type}} {{$machine->brand}} {{$machine->capacity}}
@if (auth()->user()->can('machine-edit')) @endif @if (auth()->user()->can('machine-delete')) @endif
@endsection @push('css') @endpush @push('js') @endpush