@extends('layouts/layoutMaster') @section('title', 'Profile') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('content')

Profile

@if($data)
@csrf
@else

Setting Not Avilable

@endif
@include('content.Admin.Layoutes.Footer') @endsection @section('page-script') @endsection