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

Add New Stock Location

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