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

{{ __('Footer') }}

{{ __('Footer Information') }}

@csrf

{{ __('Upload 1920X600 (Pixel) Size image or Squre size image for best quality. Only jpg, jpeg, png image is allowed.') }}

@if ($errors->has('footer_logo'))

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

@endif

{{ __('Upload 1920X600 (Pixel) Size image or Squre size image for best quality. Only jpg, jpeg, png image is allowed.') }}

@if ($errors->has('footer_bg_image'))

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

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

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

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

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

@endif
@endsection