@extends('admin.app') {{-- Web site Title --}} @section('title') Invoices :: @parent @stop @section('content') @if (isset($status))
@endif

Invoices

UID Type State Client Total Status Created By Active Created At Actions
@endsection {{-- Scripts --}} @section('scripts') @parent @endsection