@extends('backend.admin.master') @section('content')
@include('backend.section.breadcrumb', ['title'=> 'Setting', 'sub_title'=> 'Google-Setting'])
Configure Google
@csrf @if ($errors->any())
Whoops! Something went wrong.
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection