@extends('layouts.app-general') @section('content')

Servicio

@yield('content')
@if(session('flash_message'))
Enhorabuena!, {{ session('flash_message') }}
@endif

@if(!isset($courier_pos)) Agregar servicio o facilidad @elseif(strstr(Request::url(), "view")) Ver servicio o facilidad @else Editar servicio o facilidad @endif

@foreach($services as $service)
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endforeach
Volver atras
@endsection @section("script") @endsection