@extends('layouts.index') @section('title') Ref. Storage @endsection @section('css') @endsection @section('content')
| # | Name | Address | Division | Status | Option |
|---|---|---|---|---|---|
| {{ $increment++ }} | {{ $data->location_name }} | {{ $data->address }} | {{ $data->division != "" ? $data->division : '-' }} | @if($data->status == 'Y') Active @else Inactive @endif |