Commit b82d25d3 authored by Viral Solani's avatar Viral Solani

Merge branch 'master' of https://github.com/pratik916/laravel-adminpanel into pratik916-master

parents 096aac8e a29ac899
This diff is collapsed.
......@@ -17,7 +17,7 @@
<h3 class="box-title">{{ trans('labels.backend.faqs.create') }}</h3>
<div class="box-tools pull-right">
@include('backend.includes.partials.faqs-header-buttons')
@include('backend.faqs.partials.faqs-header-buttons')
</div><!--box-tools pull-right-->
</div><!-- /.box-header -->
......
......@@ -17,7 +17,7 @@
<h3 class="box-title">{{ trans('labels.backend.faqs.edit') }}</h3>
<div class="box-tools pull-right">
@include('backend.includes.partials.faqs-header-buttons')
@include('backend.faqs.partials.faqs-header-buttons')
</div><!--box-tools pull-right-->
</div><!-- /.box-header -->
......@@ -34,4 +34,4 @@
</div><!--box-->
</div>
{{ Form::close() }}
@endsection
\ No newline at end of file
@endsection
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment