@extends('layouts.admin') @section('title', 'Basic Information') @section('content') @component('admin.dashboard.breadcumb') @endcomponent
Basic Information
@csrf @method('put')
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('logo')) {{ $errors->first('logo') }} @endif
@if ($errors->has('favicon')) {{ $errors->first('favicon') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('phone_two')) {{ $errors->first('phone_two') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('email_two')) {{ $errors->first('email_two') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endsection