@extends('layouts.dashboard') @section('pagehead', 'Edit Details') @section('bredcrumb-item-link',url('/home/billing-master/po-number')) @section('bredcrumb-item','All Details') @section('content')
@include('layouts.notification')

@method('PUT') @csrf
@endsection