Support the ongoing development of Laravel.io →
Views Blade
Last updated 2 years ago.
0

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>&emsp;{{ trans('staff.run') }}&emsp;</button>&emsp;
    <a href="{{ Url::to($ek_referer) }}" class="btn btn-danger" role="button">
    <span class="glyphicon glyphicon-remove"></span>&emsp;{{ trans('staff.cancel') }}&emsp;</a>
</div>

and use this unit in all files in a project

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

jasteralan jasteralan Joined 20 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.