@extends('panel.layout.base') @section('title',$title) @section('content')
@if(isset($actions['right'])) @foreach($actions['right'] as $item) {{ $item['title'] }} @endforeach @endif
@if (\Session::has('success'))
@elseif (\Session::has('warning'))
@endif
@endsection @section('style') @endsection @section('script') @endsection