@extends('layouts.simple.master') @section('title', 'Settings') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Settings

@endsection @section('breadcrumb-items') @endsection @section('content')
@include('layouts.alerts')
@csrf
Site Settings
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('logo')) {{ $errors->first('logo') }} @endif
@if($errors->has('fav_icon')) {{ $errors->first('fav_icon') }} @endif
@if($errors->has('sold_out_image')) {{ $errors->first('sold_out_image') }} @endif
@if($errors->has('copy_rights')) {{ $errors->first('copy_rights') }} @endif
Social Media
{{--
--}}
@endsection @section('script') @endsection