@extends('app') @section('content') Edit Substation

EDIT SUBSTATION

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
Multiple Pin code can be added in comma separated format.
Cancel
@endsection