@extends('layouts.admin') @section('content') @push('css') @endpush
General Settings
@csrf
@if ($errors->has('app_name')) {{ $errors->first('app_name') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@push('alljs') @endpush @endsection