@extends('layouts.master') @section('title') {{ __('Create Faqs') }} @endsection @section('main_content')

{{ __('Add New FAQs') }}

{{ __('View List') }}
{{-- form start --}}
@csrf
{{__('Cancel')}}
{{-- form end --}}
@endsection