@extends('dashboard.layouts.master') @section('title', 'Edit FAQ| Admin Panel') @push('after-styles') @endpush @section('content')
{{ Form::open(['method' => 'POST', 'files' => true, 'enctype' => 'multipart/form-data', 'id' => 'storeForm']) }}
@endsection @push('after-scripts') @endpush