@extends("layouts.main") @section('main-container')
@if (Session::has('success')) @endif @if ($errors->any())
@endif
Invoice Type
Add
@php $count = 1; @endphp @foreach ($invoicetypes as $invoice_type) @endforeach
Sl Name Action
{{ $count++ }} {{ $invoice_type->invoice_type_name }}
@endsection