@extends('admin.layouts.master') @section('content')

{{ __('Home Page 1 - Sections') }}

{{ __('About Section') }}

@csrf

{{ __('Service Section') }}

@csrf

{{ __('Welcome Section') }}

@csrf

{{ __('Portfolio Section') }}

@csrf

{{ __('Benefit Section') }}

@csrf

{{ __('FAQ Section') }}

@csrf

{{ __('Client Section') }}

@csrf

{{ __('Testimonial Section') }}

@csrf

{{ __('Blog Section') }}

@csrf

{{ __('Contact Section') }}

@csrf
@endsection