@extends('layouts.app') @section('title') Update Asset Location @stop @section('breadcrumb')
Home
Update Asset Location
@stop @section('content')
Update Asset Location
{{csrf_field()}}
Name
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
Submit
@stop