@extends('layouts.admin') @section("styles") @endsection @push("js") @endpush @section('content')
{{$title}}
@foreach($tabs as $index => $options)
@includeIf(($options['content']['file']), ['options' => $options])
@endforeach
@endsection