@extends('layouts.template') @section('template')

EDIT WAREHOUSE

{{ method_field('PUT') }} {{ csrf_field() }}
@if($errors->has('stock_location_name')) {{ $errors->first('stock_location_name')}} @endif
@if($errors->has('code')) {{ $errors->first('code')}} @endif
@if($errors->has('address')) {{ $errors->first('address')}} @endif
@endsection