@extends('layouts.software') @section('body')
Customer Master
@forelse ($customers as $customer) @empty @endforelse
Account Name Contact Person Name Mobile Number Email Action
{{ $customer->account_name }} {{ $customer->contact_person_name }} {{ $customer->mobile }} {{ $customer->email }} @if (!$customer->trashed()) @else Deleted @endif
@endsection