@extends('mainlayout.layout') @section('title') @endsection @section('content')

View Plot Purchase Statuses

List of configured plot purchase status steps

Add Plot Purchase
@foreach($statuses as $status) @endforeach
DB ID Status Step Slug Created in
{{ $status->id }} {{ $status->step }} {{ $status->slug }} {{ optional($status->created_at)->format('Y-m-d') }}
@endsection @push('scripts') @endpush