in view
@include('layouts.run_cancelreferer')
and create file run_cancelreferer.blade.php
<div style ="float:right">
<button type="submit" class="btn btn-success">
<span class="glyphicon glyphicon-play"></span> {{ trans('staff.run') }} </button> 
<a href="{{ Url::to($ek_referer) }}" class="btn btn-danger" role="button">
<span class="glyphicon glyphicon-remove"></span> {{ trans('staff.cancel') }} </a>
</div>
and use this unit in all files in a project
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community