@extends('layouts.admin.master') @section('title', $pageTitle) @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
{{ $pageTitle }} Details:
Add {{ $pageTitle }}
@if($type == 5) @else

₹ 0.00

@endif
@endsection