@extends('layouts.admin.master') @section('title', 'Place Of Supply') @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
@csrf
Place Of Supply Details:
Add Place Of Supply
@endsection