@extends('admin.master') @section('title', isset($title) ? $title : '') @section('style') @endsection @section('sidebar') @include('admin.gift_card.sidebar.sidebar',['menu'=>'page']) @endsection @section('content')
  • {{__('Learn More Page')}}
@csrf
@endsection @section('script') @endsection