@extends('layouts.app') @section('title', 'Edit Bill of Entry') @section('breadcrumb') @endsection @section('content')
@csrf @method('PUT')

Edit Bill of Entry {{ $boe->boe_number ?? '' }}

Cancel
@endsection