@extends('layouts.app') @section('title', 'Pending Loan' . ' - ' . $loan->installation->customerVehicle->user->first_name . ' ' . $loan->installation->customerVehicle->user->last_name) @section('main-content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection