@extends('layouts.admin.master') @section('title', 'Customer View') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content') @if(count($errors) > 0)
@endif @if($message = Session::get('error'))
@endif @if($message = Session::get('success'))
@endif
Customer Details:
View Customer
{{$customer->accountcode }}
{{$customer->regioanal}}
{{$customer->name}}
{{$customer->email }}
{{$customer->mobile }}
{{$customer->phone }}
{{$customer->address}}
{{$customer->remarks}}
General Details:
View Customer
{{$customer->state->name}}
{{$customer->area->name}}
{{$customer->gstin}}
{{$customer->creditlimit}}
{{$customer->discount}}
@endsection