@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','property_purpose')->first()->custom_text }} @endsection @section('admin-content')
{{ $websiteLang->where('lang_key','property_purpose')->first()->custom_text }}
@foreach ($purposes as $index => $item) @endforeach
{{ $websiteLang->where('lang_key','serial')->first()->custom_text }} {{ $websiteLang->where('lang_key','purpose')->first()->custom_text }} {{ $websiteLang->where('lang_key','status')->first()->custom_text }} {{ $websiteLang->where('lang_key','action')->first()->custom_text }}
{{ ++$index }} {{ $item->custom_purpose }} @if ($item->status==1) @else @endif
@foreach ($purposes as $item) @endforeach @endsection