@extends('layouts.app') @section('title', 'Customer') @section('content') @if (isset($customer->sno))
@else @endif @if ($errors->any())
@endif @csrf
{{--

Sugarmills

--}}











@endsection @section('scripts') @endsection