@extends('admin.layout') @section('content')
Update Logo
@csrf {{-- Logo Part --}}

Logo


JPG, PNG, JPEG, SVG images are allowed

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

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

@endif
{{-- Favicon Part --}}

favicon


JPG, PNG, JPEG, SVG, SVG, SVG images are allowed

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

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

@endif
{{-- Breadcrumb Part --}}

breadcrumb


JPG, PNG, JPEG, SVG, SVG images are allowed

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

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

@endif
@endsection