@extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Setting Edit') {{-- vendor styles --}} @section('vendor-styles') @endsection {{-- page styles --}} @section('page-styles') @endsection @section('content')

{{$settings->id ? 'Edit' : 'Add'}} Settings

@csrf
@endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection