@extends('layout') @section('content')
Form Ubah Gudang Indonesia
@csrf @method('PUT') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Data Gudang
Data PIC
Batal
@endsection @section('js') @endsection