@extends('backend.layouts.master') @section('pageTitle') Settings @endsection @section('bodyCssClass') @endsection @section('pageContent')

Settings

Settings * Marks are required feild

@csrf
{{ $errors->first('name') }}
{{ $errors->first('short_name') }}
{{ $errors->first('logo') }}
{{ $errors->first('logo2x') }}
{{ $errors->first('favicon') }}
{{ $errors->first('facebook') }}
{{ $errors->first('instagram') }}
{{ $errors->first('twitter') }}
{{ $errors->first('youtube') }}
@endsection @section('extraScript') @endsection