@extends('layouts.app') @section('title', $page_title) @push('styles')@endpush @section('content')

{{ $sub_title }}

@if(permission('purchase-add')) @endif
@if (!$parties->isEmpty()) @foreach ($parties as $value) @endforeach @endif
@include('purchase::modal') @endsection @push('scripts') @endpush