@extends('backend.layouts.app') @section('title', 'Invoice Statement') @section('page-title', 'Invoice Statement') @section('page-breadcrumb', 'Invoice Statement') @section('content')
Invoice Statement
@csrf

@if(Auth::user()->user_type>6)
@else @endif
@endsection @section('self_script') @endsection