@extends("layouts.main") @section('main-container')
@if (Session::has('success')) @endif @if ($errors->any())
@endif
Client Type
Add
@foreach ($customertypes as $ct) {{-- edit modal --}} @endforeach
Sl Name Action
{{ $ct->id }} {{ $ct->customer_type_name }}
{{-- MODALS --}} {{-- add modal --}}
@endsection