@extends('admin.layouts.master') @section('title', 'Add Testimonial') @section('content')

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

@csrf

{{ __('Add Testimonial') }}

@endsection