@extends('back.layouts.layout') @section('title','Update System') @section('content-header')

Update System

@endsection @section('content')
@csrf @method('post')
@if ($errors->has('timezone')){{ $errors->first('timezone') }}@endif
@if ($errors->has('signin_url')){{ $errors->first('signin_url') }}@endif
@if ($errors->has('signup_url')){{ $errors->first('signup_url') }}@endif
@if ($errors->has('terms_conditions')){{ $errors->first('terms_conditions') }}@endif
@if ($errors->has('privacy_policy')){{ $errors->first('privacy_policy') }}@endif
@endsection