@extends('backend.layouts.master') @section('pageTitle') Settings @endsection @section('bodyCssClass') @endsection @section('pageContent') Settings Dashboard Settings Settings * Marks are required feild @csrf School Name* {{ $errors->first('name') }} School Short Name* {{ $errors->first('short_name') }} Logo[82 X 72 exact size and max 1MB] {{ $errors->first('logo') }} Logo 2x[162 X 142 exact size and max 1MB] {{ $errors->first('logo2x') }} Favicon[only .png image][32 X 32 exact size and max 512KB] {{ $errors->first('favicon') }} Facebook Link {{ $errors->first('facebook') }} Instagram Link {{ $errors->first('instagram') }} Twitter Link {{ $errors->first('twitter') }} Youtube Link {{ $errors->first('youtube') }} @endsection @section('extraScript') @endsection