@extends('personels.layout') @section('personels.content')
@method('PUT') @csrf
@if($errors->has('name'))
{{$errors->first('name')}}
@endif
@if($errors->has('station'))
{{$errors->first('station')}}
@endif
@if($errors->has('status'))
{{$errors->first('status')}}
@endif
@endsection