@extends('layouts.main') @section('content')

Stockist Master

@csrf
@if (\Session::has('message')) @endif @if ($errors->any()) @endif @if (session('status')) @endif

Setup

@endsection