@extends('layouts.admin.master') @section('title', 'Purchase') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content')
@if(count($errors) > 0) @endif @if($message = Session::get('success')) @endif
# Invoice No Date MOP Tax Vendor Branch Total Action
@endsection