@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__("Edit uniform")}}

@if($errors->has('uniform')) @endif
@endsection