@extends('admin.index') @section('page_title') {{trans('CustomerOpinions.create')}} @endsection @section('content')

{{trans('CustomerOpinions.create')}}

{!! csrf_field() !!}
@endsection