@extends('layouts.app') @section('content')
@csrf
@if ($errors->has('siteid')) {{ $errors->first('siteid') }} @endif
@if ($errors->has('sitename')) {{ $errors->first('sitename') }} @endif
@endsection