@canany(['phase-edit','phase-delete']) @endcanany @forelse ($phases as $key=>$phase) @canany(['phase-edit','phase-delete']) @endcanany @empty @endforelse
# Project Name Number of Plot Amount(per sqft) Plot Length/Breadth(per sqft)Action
{{($key+1) + ($phases->currentPage() - 1)*$phases->perPage()}} {{$phase->project->name}} {{$phase->name}} {{$phase->number_of_plot}} ₹ {{$phase->property_sqft_price}} {{$phase->plot_length}}/{{$phase->plot_breadth}} = {{$phase->plot_length*$phase->plot_breadth}} @can('phase-edit') @endcan @can('phase-delete') {{--
@method('DELETE') @csrf
--}} @endcan

Nothing Found


Showing {{($phases->currentpage()-1)*$phases->perpage()+1}} to {{(($phases->currentpage()-1)*$phases->perpage())+$phases->count()}} of {{$phases->total()}} Phases

{!! $phases->appends(['search_key'=>$search_key,'search_project'=>$search_project])->links() !!}
@push('js') @endpush