@extends('common::layouts.master') @section('settings') aria-expanded="true" @endsection @section('s-show') show @endsection @section('settings_active') active @endsection @section('setting-storage') active @endsection @section('content')
@if(session('error'))
{{session('error')}}
@endif @if(session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection