@extends('admin.layouts.master') @section('content')
Update Site
@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('contact'))
{{ $errors->first('contact') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
{{--
--}}
@endsection