@extends(@Auth::user()->role=='admin' ? 'layouts.gentella':'layouts.'.env('LAYOUT')) @section('content')
{!! csrf_field() !!}
@include('client.speedy_tabs.tabs_header')
@include('client.speedy_tabs.paper_info') @include('client.speedy_tabs.price_calculation') @include('client.speedy_tabs.extra_features')
@include('client.speedy_tabs.javascript') @endsection