@extends('layout.admin') @section('styles') @endsection @section('content')

FAQs / Edit

{{csrf_field()}}
@if ($errors->has('package_id')) {{ $errors->first('package_id') }} @endif
@if ($errors->has('question')) {{ $errors->first('question') }} @endif
@if ($errors->has('answer')) {{ $errors->first('answer') }} @endif
@endsection @section('script') @endsection