@extends('admin.layouts.app') @section('title','Customer') @section('content')

Customers

Add Customer

Customer List

@php $i = 1 @endphp @foreach($our_customers as $our_customer) @endforeach
S.No Description Status Action
{{ $i++ }}

{{strip_tags($our_customer->description)}}

@if($our_customer->status == 1) @else @endif
@endsection @section('js') @endsection