@extends('adminlte::page') @section('title', 'Create Bill') @section('content_header')

Create Bill

@stop @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Cancel
@stop