@extends('layouts.main') @section('title') Vehicle Breakdown @stop @section('contentinner')
@yield('breakdown')
@stop