@extends('layouts.layout') @section('content')

{{ ucwords(str_replace('_', ' ', $url)) }} Version 2.0

{{ ucwords(str_replace('_', ' ', $url)) }}

@if($upload_items == '1' && !isset($id))

Import data

Ensure your excel sheet is in .csv format and in the order of the form above L-R.

@endif
@if($url == 'asset_documents' && (\Auth::id() != 291 && \Auth::id() != 198)) @elseif($url == 'pending_arc_document_approval') @endif @if($url == 'driver_info') @endif @endsection