@extends('layout.master') @push('plugin-styles') @endpush @section('content')

Sector # {{$sectors->id}}

Basic Form
@if($sectors->title != null)

{{$sectors->title}}

@endif
@endsection