@extends('backend.layouts.app') @section('title', __('Show Trip')) @section('content') @livewire('backend.trip-batch.trip-batch-bulk-import', ['tripBatch' => $tripBatch]) @endsection @push('after-scripts') @endpush