@extends('Templates.master') {{-- Commonlinks --}} @push('css-plugins') @include('Templates.UI.Admin.CDN.links') @endpush {{-- Navbar --}} @section('nav') @include('Templates.UI.Admin.Nav.nav-header',['name' => $name,'id' => $id]) @endsection {{-- Body --}} @section('body')

Settings Form


@if (!empty($id))
@else @endif
@endsection {{-- CommonScripts --}} @push('js-scripts') @include('Templates.UI.Admin.CDN.scripts') @endpush