@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if ($errors->any())
@endif
Projects
Add
@php $slNumber = 1 @endphp @foreach ($customerprojects as $customerproject) @endforeach
Sl Name Status Action
{{ $slNumber++ }} {{ $customerproject->project_name }} {{ $customerproject->status ==1 ? 'Active': 'Inactive'}}
@endsection