@extends('layouts.app') @section('title', 'Garage List') @section('content') Garage Dashboard Garage Status All @foreach ($status as $key => $label) {{ ucfirst($label) }} @endforeach Add Garage User Name Garage Name Garage Address Status Sponsored Action @endsection @section('scripts') @endsection