@extends('layouts.public_layout')
@section('title', $title)
@section('content')
@include('csfs.tabs', ['csf' => $row, 'active' => 0])
@if (strlen($msg) > 0)
{{ $msg }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Customer Classification
Customer Rating
Customer Rating
@endsection