@extends('admin.dashboard') @section('title','Dashboard - admin') @section('content')

General Settings

General information of admitdoctors


@csrf
{{ $errors->first('system_name')}}
{{ $errors->first('system_title')}}
{{ $errors->first('system_email')}}
{{ $errors->first('system_phone')}}
{{ $errors->first('system_helpline')}}
{{ $errors->first('system_address')}}
{{ $errors->first('system_logo')}}
{{ $errors->first('system_favicon')}}

@endsection