@extends('layouts.master') @section('css') @endsection @section('title') Distributor @endsection @section('content')

Distributor

@csrf
Import Opening Import Add Distributor
@if (session('success')) @endif @if (Session::has('error')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Code Sequence Name Group Main Ledger Ledger Branch Opening Balance Cr/Dr GST Mobile Number Address Pincode Created By Closing Balance Route Sales Amount Action
{{-- Import Modal --}} {{-- Import Opening Modal --}} {{-- Import Opening Modal --}} {{-- Multiple Delete Modal --}} @endsection @section('script') @endsection