@extends('layouts.app') {{--Important Variables--}} @section('title') {{__('lang.purchase_order_settlements')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content')

{{__('lang.create')}} {{__('lang.settlement')}}

{{__('lang.search_criteria')}}


@include('admin.partials.officialUnofficial',[ 'data'=>[ 'branch_id' => request()->get('project_id'), 'type' =>'purchase_orders', ]])
{{__('lang.type')}}    
@csrf
@stop @push('include-css') @endpush @push('include-js') @endpush