@extends('layouts.admin') @section('content')
@if($referenceCode)
{{ method_field('PUT') }} {{ csrf_field() }} @else {{ csrf_field() }} @endif
@endsection @section('scripts') @endsection