@extends('admin.layout') @section('content')

{{ __('General Settings') }}

{{ __('Update Section Title') }}

@csrf
@if ($errors->has('education_title'))

{{ $errors->first('education_title') }}

@endif
@if ($errors->has('experince_title'))

{{ $errors->first('experince_title') }}

@endif
@if ($errors->has('service_title'))

{{ $errors->first('service_title') }}

@endif
@if ($errors->has('portfolio_title'))

{{ $errors->first('portfolio_title') }}

@endif
@if ($errors->has('testimonial_title'))

{{ $errors->first('testimonial_title') }}

@endif
@if ($errors->has('blog_title'))

{{ $errors->first('blog_title') }}

@endif
@if ($errors->has('contact_title'))

{{ $errors->first('contact_title') }}

@endif
@endsection