@extends('backend.layouts.app') @section('content')
@if($type == 'store')
@else @method('PUT') @endif @csrf

@if($type == 'update') Update Bill Name @else Entry Bill Name @endif

@if($type == 'store') @else @endif

Bill Name List

@if(sizeof($model)>0) @foreach($model as $m) @endforeach @endif
Serial Bill Name Action
Serial Bill Name Action
{{ ++$sl }} {{$m->bill_name}}
@endsection @section('page_script') @endsection