@extends('common::layouts.master') @section('settings') aria-expanded="true" @endsection @section('s-show') show @endsection @section('settings_active') active @endsection @section('setting-custom') 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 {{-- {!! Form::open(['route' => 'update-settings', 'method' => 'post', 'enctype' => 'multipart/form-data', 'id' => 'update-settings']) !!} --}}
@endsection