@extends('layouts.app')
@section('title', $app_setting['name'] . ' | Page Edit')
@push('styles')
@endpush
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@push('scripts')
@endpush